home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q102 / 8 / 65.TXT < prev    next >
Text File  |  1993-11-16  |  3KB  |  83 lines

  1. DOCUMENT:Q102865  04-NOV-1993  [W_NT]
  2. TITLE   :CorelDRAW Does Not Recognize PostScript When Running with NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ---------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ---------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. CorelDRAW encounters the following problems when printing to a
  19. PostScript printer and running with Windows NT:
  20.  
  21.  - If TrueType fonts are printed over a graphic, a white rectangle may
  22.    be displayed behind the characters.
  23.  
  24.  - Non-clipped shaded text does not print.
  25.  
  26.  - Performance during print fills is too slow.
  27.  
  28.  
  29. CAUSE
  30. =====
  31.  
  32. These problems occur because CorelDRAW running with NT cannot
  33. determine that it is printing to PostScript; therefore, CorelDRAW
  34. defaults to a non-PostScript printer and tries to read the file from
  35. the printer device context surface.
  36.  
  37. The white rectangle appears when CorelDRAW tries to block transfer
  38. from the printer device context surface to a memory bitmap, block
  39. transfer the character on top of the bitmap, then block transfer the
  40. complete image back to the printer device context surface. 
  41.  
  42. CorelDRAW creates non-clipped shaded text by adding the shaded
  43. rectangle to the surface, then XORing (exclusive ORing) on top to
  44. erase the background. CorelDRAW does this because it does not know it
  45. is printing to a PostScript printer, which cannot complete XOR
  46. functions.
  47.  
  48. Poor performance printing fills also stem from this problem. Fills
  49. normally are sent to a PostScript device as the area fills, which is
  50. extremely quickly. The NT PostScript device is sent bit-block
  51. transfers, which are extremely slow. 
  52.  
  53. NOTE: Poor printing fills are not a problem with the Win31 PostScript
  54. printer driver.
  55.  
  56. RESOLUTION 
  57. ==========
  58.  
  59. There currently are no workarounds for these problems.
  60.  
  61. CorelDRAW is manufactured by Corel Systems Corporation, a vendor
  62. independent of Microsoft; we make no warranty, implied or otherwise,
  63. regarding this product's performance or reliability.
  64.  
  65. Additional reference words: 3.10
  66. KBCategory:
  67. KBSubCategory: 16ap
  68.  
  69. =============================================================================
  70.  
  71. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  72. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  73. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  74. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  75. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  76. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  77. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  78. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  79. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  80. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  81. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  82.  
  83. Copyright Microsoft Corporation 1993.